home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTWinStringGrid.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  1.7 KB  |  58 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTWinStringGrid.pas' rev: 3.00
  6.  
  7. #ifndef AHMTWinStringGridHPP
  8. #define AHMTWinStringGridHPP
  9. #include <AHMFreeware.hpp>
  10. #include <Grids.hpp>
  11. #include <Controls.hpp>
  12. #include <ExtCtrls.hpp>
  13. #include <Classes.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysInit.hpp>
  18. #include <System.hpp>
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Ahmtwinstringgrid
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TAHMWinStringGrid;
  26. class PASCALIMPLEMENTATION TAHMWinStringGrid : public Grids::TStringGrid 
  27. {
  28.     typedef Grids::TStringGrid inherited;
  29.     
  30. private:
  31.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  32.     
  33. protected:
  34.     virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
  35.     
  36. __published:
  37.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  38.     __property Caption ;
  39. public:
  40.     /* TStringGrid.Create */ __fastcall virtual TAHMWinStringGrid(Classes::TComponent* AOwner) : Grids::
  41.         TStringGrid(AOwner) { }
  42.     /* TStringGrid.Destroy */ __fastcall virtual ~TAHMWinStringGrid(void) { }
  43.     
  44. public:
  45.     /* TWinControl.CreateParented */ __fastcall TAHMWinStringGrid(HWND ParentWindow) : Grids::TStringGrid(
  46.         ParentWindow) { }
  47.     
  48. };
  49.  
  50. //-- var, const, procedure ---------------------------------------------------
  51.  
  52. }    /* namespace Ahmtwinstringgrid */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace Ahmtwinstringgrid;
  55. #endif
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // AHMTWinStringGrid
  58.